projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7f0e1
)
arm: rmobile: Add missed header file for Silk board
author
Vladimir Barinov
<
[email protected]
>
Mon, 9 Feb 2015 00:27:47 +0000
(
03:27
+0300)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Fri, 13 Feb 2015 04:14:56 +0000
(13:14 +0900)
This file was missed in the commit
https://patchwork.ozlabs.org/patch/427801/
Signed-off-by: Vladimir Barinov <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
board/renesas/silk/qos.h
[new file with mode: 0644]
patch
|
blob
diff --git a/board/renesas/silk/qos.h
b/board/renesas/silk/qos.h
new file mode 100644
(file)
index 0000000..
75a20bb
--- /dev/null
+++ b/
board/renesas/silk/qos.h
@@ -0,0
+1,13
@@
+/*
+ * Copyright (C) 2015 Renesas Electronics Corporation
+ * Copyright (C) 2015 Cogent Embedded, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef __QOS_H__
+#define __QOS_H__
+
+void qos_init(void);
+
+#endif